* gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
in the warning produced here.
svn path=/trunk/; revision=20693
+2008-06-27 Martyn Russell <martyn@imendio.com>
+
+ Bug 540318 - Invalid URL
+
+ * gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
+ in the warning produced here.
+
2008-06-27 Michael Natterer <mitch@imendio.com>
Bug 442042 – GtkScaleButton is too limited
{
g_warning ("Attempting to add a widget with type %s to a container of "
"type %s, but the widget is already inside a container of type %s, "
- "the GTK+ FAQ at http://www.gtk.org/faq/ explains how to reparent a widget.",
+ "the GTK+ FAQ at http://library.gnome.org/devel/gtk-faq/stable/ "
+ "explains how to reparent a widget.",
g_type_name (G_OBJECT_TYPE (widget)),
g_type_name (G_OBJECT_TYPE (container)),
g_type_name (G_OBJECT_TYPE (widget->parent)));